home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 October / Designer's Club 1997 October.iso / mac / Idea Source™ / END.DIR / 00034.ls < prev    next >
Encoding:
Text File  |  1997-08-25  |  419 b   |  20 lines

  1. on exitFrame
  2.   go(the frame)
  3.   cursor(200)
  4.   set the locV of sprite 16 to the mouseV
  5.   set the locH of sprite 16 to the mouseH
  6.   updateStage()
  7.   if rollOver(9) then
  8.     set the memberNum of sprite 16 to 32
  9.     updateStage()
  10.   end if
  11.   if rollOver(10) then
  12.     set the memberNum of sprite 16 to 28
  13.     updateStage()
  14.   end if
  15.   if rollOver(11) then
  16.     set the memberNum of sprite 16 to 33
  17.     updateStage()
  18.   end if
  19. end
  20.